This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
If it is not in the replica, it has not replicated. It's as simple as that.
Doc in database A and database B = has replicated
Doc in database A but not in database B = has not replicated
Something like this:
Set docA = col.GetFirstDocument
Do Until docA Is Nothing
Set docB = dbB.GetDocumentByUNID(docA.UniversalID)
If docB is Nothing Then
MsgBox "Document " & docA.UniversalID & " did not replicate yet."
End If
Set docA = col.GetNextDocument(doc)
Loop
Feedback response number WEBB9MNNRH created by ~Dan Kikiterobu on 08/04/2014